home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
MATH
/
MAPLEV
/
DEMO.MNU
< prev
next >
Wrap
Text File
|
1991-12-09
|
2KB
|
93 lines
Operations
Simplify
simplify(");~
Normalize
normal(");~
Factor
factor(");~
Expand
expand(");~
Integrate..
%1With respect to
int(",%1);~
Differentiate..
%1With respect to
diff(",%1);~
Evaluate
eval(");~
Sum..
%1Find sum over
%2 ranging from
%3 to
sum(",%1=%2 .. %3);~
Product..
%1Find product over
%2 ranging from
%3 to
product(",%1=%2 .. %3);~
Limit..
%1Take limit as
%2 approaches
limit(",`%1`=%2);~
Sort Polynomial..
%1With respect to variables (eg. x,y)
sort(",[%1]);~
Packages
Linear Algebra
with(linalg):~
Special 3D Plot Package
with(plots):~
Interface
Prettyprint
if interface(prettyprint,prettyprint=true) = `true`
then interface(prettyprint=false);
lprint(`# prettyprint is off`)
else lprint(`# prettyprint is on`)
fi:
Verbose Procedures..
%1Verbose Procedures (0=None,1=User,2=All)
lprint(`# verboseproc changed from`,
interface(verboseproc,verboseproc=%1),`to`,
interface(verboseproc)):
Plot Device..
%1Plot device (name)
lprint(`# plotdevice changed from`,
interface(plotdevice,plotdevice=%1),`to`,
interface(plotdevice)):
Plot Output..
%1Plot output (name)
lprint(`# plotoutput changed from`,
interface(plotoutput,plotoutput=%1),`to`,
interface(plotoutput)):
Echoing..
%1Echoing (0,1,2,3,4)
lprint(`# echo changed from`,
interface(echo,echo=%1),`to`,
interface(echo)):
Quiet
if interface(quiet,quiet=true) = `true`
then interface(quiet=false);
lprint(`# quiet is off`)
else lprint(`# quiet is on`)
fi:
Label Width..
%1Label width (integer)
lprint(`# labelwidth changed from`,
interface(labelwidth,labelwidth=%1),`to`,
interface(labelwidth)):
Labelling
if interface(labelling,labelling=true) = `true`
then interface(labelling=false);
lprint(`# labelling is off`)
else lprint(`# labelling is on`)
fi:
Indent Amount..
%1Indent amount (integer)
lprint(`# indentamount changed from`,
interface(indentamount,indentamount=%1),`to`,
interface(indentamount)):
Restore Defaults
interface(quiet=false,labelling=true,prettyprint=true,plotdevice=ibm,
echo=1,verboseproc=1,indentamount=4,labelwidth=20,plotoutput=terminal):
lprint(`# Interface options set to default`):